@charset "UTF-8";
#body {
	background-position: center center;
	background-attachment: fixed;
	background-image: url("../images/backgrounds/servis racunara bgdrc pozadina.png");
	background-size: cover;
}
#mainwrapper {
	background-color: white; 
	background-position: center center;
}
#mainwrapper header {
	/*Header */
	background-color: white;
	overflow: auto;
	height: 125px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/servis%20racunara%2001/Header/SVG/header%20servis%20racunara%20bgdrc.svg);
}
#headerred1 {
	height: 18px;
	background-color: #EA1B07;
	width: 100%;
	text-align: right;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 100;
}
#headred2 {
	height: 18px;
	clear: both;
	background-color: #EA1B07;
	width: 100%;
	text-align: left;
	font-family: advent-pro;
	font-style: normal;
	font-weight: 100;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 5%;
	padding-left: 0px;
	float: left;
	padding-top: 12px;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 17px;
	padding-bottom: 4px;
	padding-right: 10px;
	width: 85%;
	float: right;
	color: rgba(146, 146, 146, 1.00);
	font-weight: bolder;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
header nav a {
	/* Links in header */
	padding-right: 1%;
}

#content #mainContent h1, #content #mainContent h2 {
    /* Styling for main headings */
    color: #929292;
    top: auto;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content #mainContent h3 {
    /*Captions ot Taglines */
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
    color: #00A1DD;
}
#content #mainContent p {
    /* All paragraphs under maincontent */
    color: #787878;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
	margin-left: 10%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
#mainContent {
    /* Container for the blog post in individal blog view */
    padding-left: 5%;
    width: 90%;
    float: left;
    padding-top: 0%;
	margin-left: 10%;
    border-width: medium;
    top: auto;
    padding-bottom: 0px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    min-width: 0px;
    min-height: 50px;
    font-weight: normal;
}
#mainwrapper {
    /* Container of all content */
    width: 80%;
    overflow: auto;
    height: auto;
    min-width: 0px;
    padding-top: 0px;
    margin-right: 10%;
    margin-left: 10%;
    text-align: left;
}
nav ul li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
nav ul {
    padding-left: 0%;
    word-spacing: normal;
    white-space: normal;
    letter-spacing: normal;
    vertical-align: baseline;
}
nav ul li a {
    color: #00A1DD;
    text-decoration: none;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.footerbar {
    /* Footer bar at the bottom of the page */
    height: 18px;
    clear: both;
    background-color: #EA1B07;
    width: 100%;
    text-align: right;
    font-family: advent-pro;
    font-style: normal;
    font-weight: 100;
}
footer {
    /* Container for footer artices */
    width: 95%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: right;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainwrapper header nav a {
	/* Links in header */
	color: #4267b2;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#mainwrapper header nav a:hover  {
    color: #EA1B07;
    font-size: 14px;
}
/* Tablet view */

@media screen and (max-width:869px) {
	header nav a {
    /* Links in header */
		padding-right: 3%;
	}
	.notOnDesktop {
		/* Search box shown only in mobile view and Tablet view */
		display: block;
		text-align: right;
		padding-right: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 96%;
	}
#content .notOnDesktop input {
	height: 28px;
}
#mainContent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 96%;
}

#mainwrapper #content #sidebar {
	/* Sidebar*/
	float: none;
	width: 92%;
	padding-top: 13px;
	overflow: auto;
	margin-top: 3px;
	margin-left: 2%;
	padding-bottom: 13px;
}
#content #sidebar nav {
	/* Navigation links in sidebar */
	width: auto;
	float: left;
	padding-left: 4%;
}
#sidebar nav ul {
	margin-top: 0px;
}
footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#content footer article {
	/*Each footer article */
	width: 46%;
}
	#mainwrapper header {
		/* Header */
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: url(../images/servis%20racunara%2002/bgdrc%20mala%20header%20.svg);
	}
	#he1 {
		visibility: hidden;
	}
}

@media screen and (max-width:370px) {
	#he {
	display: none;
	}
}

/* Mobile view */

@media screen and (max-width:270px){
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 96%;
	margin-left: 2%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 78%;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 7px;
}
#sidebar nav ul li {
	display: inline-block;
	width: 32%;
	text-align: center;
}
#mainwrapper #content #sidebar {
	/* sidebar */
	padding-bottom: 0px;
}
#content .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
	/* Title under maincontent, if any */
	font-size: 14px;
}
#content footer article {
	/* Each foter article */
	width: 96%;
}
}
#parent{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 5px;;
    grid-template-rows: auto;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
	padding-right: 0px;
    padding-top: 0px;
    text-align: center;
}

/* STYLES SPECIFIC TO FOOTER  */

.footer {
	width: 80%;
	position: relative;
	height: auto;
	background-color: #5674B3;
	margin-left: 10%;
	margin-right: 5%;
}
.footer .col {
	width: 190px;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0px 20px 20px 20px;
}
.footer .col h4 {
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 17px;
	padding: 20px 0px 5px 0px;
	color: #FCFCFD;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.250em;
}
.footer .col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer .col ul li {
	color: #FCFCFC;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
.footer .col a {
  text-decoration:none;
  color: inherit;
}
.social ul li {
	display: inline-block;
	padding-right: 5px !important;
}
.footer .col ul li:hover {
    color: #D1D1D1;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
.clearfix {
	clear: both;
}

/* BTN */

#myBtn {
	display: inline-block;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 20px;
	/* Place the button at the bottom of the page */
	right: 30px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #EA1B07;
	/* Set a background color */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 13px;
	/* Some padding */
	border-radius: 10px;
	/* Rounded corners */
	font-size: 0px;
	/* Increase font size */
}
#myBtn:hover {
	background-color: #555;
	/* Add a dark-grey background on hover */
}
/* Top arrow component styles */
.top-arrow {
  border-bottom: 0.40rem solid;
  border-right: 0.40rem solid;
  margin-top: 15%;
  margin-bottom: -20%;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  color: #ffffff;
  transform: rotate(-135deg);
}

/* Style the links inside the sidenav */
#mySidenav a {
	position: fixed;
	/* Position them relative to the browser window */
	left: -95px;
	/* Position them outside of the screen */
	transition: 0.3s;
	/* Add transition on hover */
	padding: 15px;
	/* 15px padding */
	width: 100px;
	/* Set a specific width */
	text-decoration: none;
	/* Remove underline */
	font-size: 20px;
	/* Increase font size */
	color: white;
	/* White text color */
	border-radius: 0 5px 5px 0;
	/* Rounded corners on the top right and bottom right side */
}
#mySidenav a:hover {
    left: 0;
    text-align: left;	/* On mouse-over, make the elements appear as they should */
}
/* usluge link: 20px from the top with a green background */

#home {
	top: 320px;
	background-color: #B95D09;
}
#usluge {
	top: 380px;
	background-color: #048847;
}
#prodaja {
	top: 440px;
	background-color: #216FF2;
	/* Blue */
}
#blog {
	top: 500px;
	background-color: #D14736; 
	/* Red */
}
#kontakt {
	top: 560px;
	background-color: #767676/* Light Black */
}

#parent0{
    margin-top: 0px;
	margin-left: 5%;
	margin-right: 5%;
    text-align: justify;
}

.card0 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding-top: 1px;
}

#parent1{
    margin-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}

/* responsive images */
.responsive {
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* responsive text */
html { font-size: 16px; }

@media (max-width: 550px) {
  p,ul { font-size: 1em; }
}

@media (min-width: 551px) {
  p,ul { font-size: 1.25rem; }
}


/* Hamburger menu */
.top-nav1 {
   box-sizing: border-box; 	
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #4267b2;
  height: 15px;
  padding: 0.45em;
  padding-bottom: 0.75em;
}

.menuh {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.menuh > li {
    margin: 0 0.3rem;
    overflow: hidden;
    font-size: 14px;
    font-weight: bolder;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.menuh-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menuh-toggle {
  display: none;
}

.menuh-button,
.menuh-button::before,
.menuh-button::after {
  display: block;
  background-color: #4267b2;
  position: absolute;
  height: 4px;
  width: 35px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menuh-button::before {
  content: "";
  margin-top: -8px;
}

.menuh-button::after {
  content: "";
  margin-top: 8px;
}

#menuh-toggle:checked + .menuh-button-container .menuh-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menuh-toggle:checked + .menuh-button-container .menuh-button {
  background: rgba(255, 255, 255, 0);
}

#menuh-toggle:checked + .menuh-button-container .menuh-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menuh-button-container {
    display: flex;
  }

  .menuh {
    position: absolute;
    top: 0;
    margin-top: 110px;
	margin-left: 12.5%;  
    left: 0;
    flex-direction: column;
    width: 75%;
    justify-content: center;
    align-items: center;
  }

  #menuh-toggle ~ .menuh li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menuh-toggle:checked ~ .menuh li {
    border: 1px solid #4267b2;
    height: 2.5em;
    padding-top: 1.1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.0em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menuh > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: #4267b2;
    background-color: white; 
	z-index: 9;
  }


  .menuh > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
